Removes the element with the specified key from the Dictionary.
Namespace: MindFusion.Common
Assembly: Common.js
JavaScript
![]() |
---|
function remove (key) |
Type: Number, String, Object
The key of the element to remove.
Type: Object
The value of the removed element. Null if the element was not found.